Skip to content

Conversation

vtjl10
Copy link

@vtjl10 vtjl10 commented Oct 16, 2025

Description

  • Summary: Ensure Client.token is actually used by automatically setting Authorization: Bearer <token> in Client.Get.
  • Motivation: Client.token was stored but never applied, causing authenticated requests to be sent without credentials.
  • Change: Add header injection in api/client/client.go within Get when c.token is non-empty.

@CLAassistant
Copy link

CLAassistant commented Oct 16, 2025

CLA assistant check
All committers have signed the CLA.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants